Skip to content

[pull] master from rust-lang:master#68

Merged
pull[bot] merged 8 commits into
asukaminato0721:masterfrom
rust-lang:master
Jun 1, 2026
Merged

[pull] master from rust-lang:master#68
pull[bot] merged 8 commits into
asukaminato0721:masterfrom
rust-lang:master

Conversation

@pull

@pull pull Bot commented Jun 1, 2026

Copy link
Copy Markdown

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

ChayimFriedman2 and others added 8 commits June 1, 2026 02:00
The motivation is #22455, but I also tinkered with other scores. It's really hard to have a good scoring.
Example
---
```rust
fn test(arg: &mut i32) {
    arg = $02;
}
```

**Before this PR**

```rust
fn test(arg: &mut i32) {
    arg = &mut 2;
}
```

**After this PR**

```rust
fn test(arg: &mut i32) {
    *arg = 2;
}
```
Co-authored-by: Chayim Refael Friedman <chayimfr@gmail.com>
fix: Try to improve completion ranking
Kill proc-macro-srv processes on shutdown
fix: use add deref in assign instead add `&mut` for value
@pull pull Bot locked and limited conversation to collaborators Jun 1, 2026
@pull pull Bot added the ⤵️ pull label Jun 1, 2026
@pull pull Bot merged commit 123c166 into asukaminato0721:master Jun 1, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants